func runtime.bswapIfBigEndian
12 uses
runtime (current package)
arena.go#L638: bitmap[idx] = bswapIfBigEndian(bswapIfBigEndian(bitmap[idx])&m | data)
arena.go#L691: bitmap[idx] = bswapIfBigEndian(bswapIfBigEndian(bitmap[idx])&m | h.mask)
arena.go#L709: bitmap[idx] = bswapIfBigEndian(bswapIfBigEndian(bitmap[idx]) &^ (uintptr(1)<<zeros - 1))
arena.go#L724: func bswapIfBigEndian(x uintptr) uintptr {
mgcmark_greenteagc.go#L204: marks := bswapIfBigEndian(imbMarks[i/goarch.PtrSize])
mgcmark_greenteagc.go#L208: *(*uintptr)(unsafe.Pointer(dst.bytep(i))) |= bswapIfBigEndian(marks)
mgcmark_greenteagc.go#L957: scans = bswapIfBigEndian(scans)
mgcmark_greenteagc.go#L958: marks = bswapIfBigEndian(marks)
mgcmark_greenteagc.go#L968: toGrey = bswapIfBigEndian(toGrey)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |